home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Full / Paragon Drive Backup 9 / DB90_SE_x32.msi / Data1.cab / _AF9CEF3392B24BD9BC42D6C655132435 < prev    next >
Extensible Markup Language  |  2008-06-28  |  1KB  |  56 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2.  
  3. <xsl:stylesheet 
  4.   xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  5.   xmlns:msxsl="urn:schemas-microsoft-com:xslt"
  6.   version="1.0">
  7.  
  8. <xsl:output 
  9.   method="html" 
  10.   version="4.0" 
  11.   encoding="UTF-8" 
  12.   omit-xml-declaration="yes" 
  13.   indent="yes"/>
  14.  
  15. <xsl:include href="./resource/html/propcell.xsl"/>
  16.  
  17. <xsl:template match="/Root">
  18.  
  19. <html>
  20.   <table border>
  21.     <tr>
  22.       <!-- Object header -->
  23.       <td colspan='2'>
  24.         <h2>QT_TRANSLATE_NOOP("QObject", "Extended partition")</h2>
  25.         <img src="hline_gray"/>
  26.       </td>
  27.     </tr>
  28.     <tr>
  29.       <!-- Diagram image -->
  30.       <td>
  31.         <img src='EE4E9A06-A28C-4fd1-BEAE-9B751D52DCE8' align='left'/>
  32.       </td>
  33.       <!-- properties list -->
  34.       <td width='100%'>
  35.         <table cellspacing="0" cellpadding="0">
  36.           <xsl:call-template name="PropCell">
  37.             <xsl:with-param name="PropName" select="string('PROPID_HDM_SIZESTRING')"/>
  38.           </xsl:call-template>
  39.         </table>
  40.       </td>
  41.   
  42.     </tr>
  43.     <tr>
  44.       <!-- Divider line -->
  45.       <td colspan='2'>
  46.         <img src="hline_gray"/>
  47.       </td>
  48.     </tr>
  49.   </table>
  50.    
  51.   <!-- Command hyperlinks -->
  52.   <xsl:call-template name="CommandTable"/>
  53.   
  54. </xsl:template>
  55. </xsl:stylesheet>
  56.